a:13:{s:8:"provides";a:0:{}s:8:"filelist";a:10:{s:16:"BBCodeParser.php";a:3:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:4:"HTML";s:12:"installed_as";s:39:"C:\xampp\php\pear\HTML\BBCodeParser.php";}s:29:"BBCodeParser/Filter/Basic.php";a:3:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:4:"HTML";s:12:"installed_as";s:52:"C:\xampp\php\pear\HTML\BBCodeParser\Filter\Basic.php";}s:32:"BBCodeParser/Filter/Extended.php";a:3:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:4:"HTML";s:12:"installed_as";s:55:"C:\xampp\php\pear\HTML\BBCodeParser\Filter\Extended.php";}s:29:"BBCodeParser/Filter/Email.php";a:3:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:4:"HTML";s:12:"installed_as";s:52:"C:\xampp\php\pear\HTML\BBCodeParser\Filter\Email.php";}s:30:"BBCodeParser/Filter/Images.php";a:3:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:4:"HTML";s:12:"installed_as";s:53:"C:\xampp\php\pear\HTML\BBCodeParser\Filter\Images.php";}s:29:"BBCodeParser/Filter/Links.php";a:3:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:4:"HTML";s:12:"installed_as";s:52:"C:\xampp\php\pear\HTML\BBCodeParser\Filter\Links.php";}s:29:"BBCodeParser/Filter/Lists.php";a:3:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:4:"HTML";s:12:"installed_as";s:52:"C:\xampp\php\pear\HTML\BBCodeParser\Filter\Lists.php";}s:37:"BBCodeParser/example/BBCodeParser.ini";a:3:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:4:"HTML";s:12:"installed_as";s:60:"C:\xampp\php\pear\HTML\BBCodeParser\example\BBCodeParser.ini";}s:31:"BBCodeParser/example/parser.php";a:3:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:4:"HTML";s:12:"installed_as";s:54:"C:\xampp\php\pear\HTML\BBCodeParser\example\parser.php";}s:7:"dirtree";a:4:{s:22:"C:\xampp\php\pear\HTML";b:1;s:42:"C:\xampp\php\pear\HTML\BBCodeParser\Filter";b:1;s:35:"C:\xampp\php\pear\HTML\BBCodeParser";b:1;s:43:"C:\xampp\php\pear\HTML\BBCodeParser\example";b:1;}}s:7:"package";s:17:"HTML_BBCodeParser";s:7:"summary";s:71:"This is a parser to replace UBB style tags with their html equivalents.";s:11:"description";s:430:"This is a parser to replace UBB style tags with their html equivalents.
It does not simply do some regex calls, but is complete stack based parse engine. This ensures that all tags are properly nested, if not, extra tags are added to maintain the nesting. This parser should only produce xhtml 1.0 compliant code. All tags are validated and so are all their attributes. It should be easy to extend this parser with your own tags.";s:11:"maintainers";a:1:{i:0;a:4:{s:6:"handle";s:3:"sjr";s:4:"name";s:14:"Stijn de Reede";s:5:"email";s:13:"sjr@gmx.co.uk";s:4:"role";s:4:"lead";}}s:7:"version";s:3:"1.1";s:12:"release_date";s:10:"2004-02-28";s:15:"release_license";s:11:"PHP License";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:306:"Since no bugs have come up for the beta release (except one, which
was already fixed in CVS), the previous beta is now released as stable,
with very few changes. Bigger changes, like more-than-one character
delimiters, optional quotes in attribute values, etc, will be in the next
beta release.";s:9:"changelog";a:2:{i:0;a:4:{s:7:"version";s:5:"1.1b1";s:12:"release_date";s:10:"2004-01-19";s:13:"release_state";s:4:"beta";s:13:"release_notes";s:270:"This is a new beta release of HTML_BBCodeParser. It should fix some
reported issue's/bugs. It also contains a new filter for more advanced
text manipulation. Although this release is marked as a beta, I think
it should be pretty stable and not show many bugs.
";}i:1;a:4:{s:7:"version";s:3:"1.0";s:12:"release_date";s:10:"2003-07-24";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:36:"First release of HTML_BBCodeParser